SelectOption: Option

Here you can specify an operator for the selection criteria.


"EQ"

Equal (to the "low" value)

"NE"

Not equal (to the "low" value)

"GE"

Greater or equal (than the "low" value)

"GT"

Greater than (the "low" value)

"LE"

Less than (the "low" value)

"LT"

Less than (the "low" value)

"CP"

Contains pattern (given in the "low" value)

"NP"

Does not contain the pattern (given in the "low" value)

"BT"

Between "low" and "high" value

"NB"

Not between "low" and "high" value


The "CP" or "NP" operator works with character-like types only. For these operators a valid pattern in the "low" field has to be given using wildcard characters "+" and/or "*". "+" masks a single character, "*" masks any character string, even an empty one.  


The value for the "low" field has to be specified in every case.

In case you specify "BT" or "NB" you also have to specify the "high" value. For all other operators a value for the "high" field is not to be given.

If the "high" value is specified, it has to be (of course) greater in the alphabetical order than the "low" value (otherwise the "Add" button will stay inactive). In case the interval is for numeric values consider that the plausibility check still uses the alphabetical order (this means that a "high" value 02 is not greater than the low value 1. For such selection criteria use 01 for "low" and 02 for "high").